home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / MacPowerオリジナル / Edutainment World / チャンプジム for DEMO / DIR / mitt.dir / 00123_Script_123 < prev    next >
Text File  |  1997-09-29  |  267b  |  17 lines

  1. on exitFrame
  2.   cursor 4
  3.   
  4.   soundINIT
  5.   
  6.   initFIELD
  7.   
  8.   global gMODE
  9.   if gMODE = "game" then
  10.     go to frame "game"
  11.   else
  12.     global UsermonNum
  13.     set UsermonNum = 10
  14.     put UsermonNum into field "UsermonNum"
  15.     go to frame "stre"
  16.   end if
  17. end